body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.admin-main.container-fluid {
    margin: 0;
    padding: 0;
}

.topmenu li {
    font-size: 18px;
    font-weight: 600;
}
.navbar {
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px,
        rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.nav-link {
    color: rgb(156, 16, 16) !important;
}
.nav-link.active {
    color: rgb(4, 132, 104) !important;
}

img.mainbanner {
    width: 100% !important;
}

/*  */
.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

/*  */
.service-img img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 250px;
}

/* app features */

section#features {
    background-color: rgb(214, 214, 214);
}

.cwx-img-box {
    padding: 0.5rem !important;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.app-image-container {
    max-width: 100%;
    height: auto;
    position: relative;
    transition: transform 0.3s;
    background-color: rgb(210, 208, 205);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.app-image-container:hover {
    transform: scale(1.1);
}
.app-image-container img {
    width: 100%;
    height: 220px !important;
    border-radius: 5px;
}

.img-title {
    text-align: center;
    background-color: rgb(70, 154, 46);
    border-radius: 27px;
    border: 1px solid rgb(70, 154, 46);
    width: 80%;
    margin-top: 1rem;
    font-weight: 600;
    height: 35px;
    color: #fff;
    transition: transform 0.3s;
}
.img-title:hover {
    background-color: rgb(187, 17, 93);
    border: 1px solid rgb(187, 17, 93);
    transform: scale(1.1);
}

/* footer */

#footer .footer-top {
    padding: 60px 0 0px 0;

    background-size: cover;
    background-position: center;
    background-size: cover;
    background-position: center;
}

/* Payment Gatway Model  */
.payment-option {
    cursor: pointer; /* Add cursor pointer to indicate selection */
}
.selected {
    background-color: #f0f0f0; /* Add a background color to indicate selection */
}

.payment-icon {
    width: 40px; /* Set the desired width */
    height: 40px; /* Set the desired height */
    margin-right: 10px;
}

.modal-dialog {
    max-width: 800px; /* Set the desired maximum width */
    margin: 1.75rem auto; /* Adjust margin as needed */
}

/* Optional: Increase the width of modal-content if needed */
.modal-content {
    width: 100%; /* Ensure the content takes full width */
}

/* Notisfication icon  */
.notification {
    position: relative;
    display: inline-block;
}

.badge {
    position: absolute !important;
    top: -10px !important;
    right: -15px !important;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 10px;
}
/* footer design*/
.footer-top.py-4 h4 {
    font-size: 16px;
}
.footer-top.py-4 a {
    list-style-type:none;
  text-decoration:none;
  color:#000;
}
.footer-top ul {
    list-style-type: none;
}
/* services container*/
h4.service-title {
    font-size: 18px;
}
.content-service.my-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
}
/* Blog page*/
.blogcontent a{
  text-decoration:none;
  font-size:18px;
  color:#000;
}
/* about us page */
section.aboutus-box {
    background-color: #f3f3f3;
}